English Computing Dictionary
◊ PURELY FUNCTIONAL LANGUAGE
purely functional language
A {functional language} with no {side-effect}s.
Program execution consists of evaluation of an expression and
all subexpressions are {referentially transparent}.
(1996-07-11)